DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetIndexPath Method

In This Topic
    GetIndexPath Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetIndexPath( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal title As String, _
       ByVal atIndex As IntPtr _
    ) As Foundation.NSIndexPath
    public virtual Foundation.NSIndexPath GetIndexPath( 
       UIKit.UICollectionView collectionView,
       string title,
       IntPtr atIndex
    )

    Parameters

    collectionView
    title
    atIndex
    See Also